PDF4Java Reference Documentation
com.o2sol.pdf4java.core Package / PDFFile Class / getPDFFileEncryptionInfo Method
Stream that contains the PDF file.
In This Topic
    getPDFFileEncryptionInfo Method
    In This Topic
    Gets the encryption algorithm used by the PDF file in the input stream.
    Syntax
    public static PDFFileEncryptionInfo getPDFFileEncryptionInfo( 
       Stream stream
    )

    Parameters

    stream
    Stream that contains the PDF file.

    Return Value

    The information about file encryption.
    See Also